home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Comix Games
/
Comix Games.iso
/
jetsons
/
jetsons.exe
/
jetsons.dxr
/
00105.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-19
|
258 b
|
13 lines
on getRandomHouse
set choice to random(3)
if choice = 1 then
return the number of member "house 1"
else
if choice = 2 then
return the number of member "house 2"
else
return the number of member "house 3"
end if
end if
end